-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated correct timestamp GazeboYarpLaserSensorDriver #604
updated correct timestamp GazeboYarpLaserSensorDriver #604
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, this was an important bugfix
Additionally, since yarp 3.6 has been released, I think that we can safely remove the dependency from REASON: in general |
Yes, feel free to remove the inheritance from |
5339133
to
3630a4c
Compare
@randaz81 updated, for me it can be merged. FYI @traversaro |
To require YARP 3.6 you need to modify the CMake in https://github.com/robotology/gazebo-yarp-plugins/blob/master/CMakeLists.txt#L49 . Could you also update the CHANGELOG? |
related to #598 |
Thanks @ste93 . |
thanks @traversaro |
since Lidar2DDeviceBase has a timestamp inside and lasersensor inherits from it, I would suggest use the timestamp from taht class. It has also an api getLastInputStamp () to get that stamp.